Skip to content

Commit fc99ed9

Browse files
committed
[Fix] Shorten Gateway name
1 parent 4697e32 commit fc99ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/gateways/paystack.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function paystack_config()
2828
return array(
2929
'FriendlyName' => array(
3030
'Type' => 'System',
31-
'Value' => 'Credit/Debit Cards (Powered by Paystack)'
31+
'Value' => 'Paystack (Debit/Credit Cards)'
3232
),
3333
'gatewayLogs' => array(
3434
'FriendlyName' => 'Gateway logs',

0 commit comments

Comments
 (0)