Skip to content

Commit 65edc0a

Browse files
committed
updated the payment prompt
1 parent 16fe593 commit 65edc0a

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
@@ -95,7 +95,7 @@ function paystack_link($params)
9595
$phone = $params['clientdetails']['phonenumber'];
9696
$params['langpaynow']
9797
= array_key_exists('langpaynow', $params) ?
98-
$params['langpaynow'] : 'Pay with ATM';
98+
$params['langpaynow'] : 'Pay with Paystack';
9999

100100
// Config Options
101101
if ($params['testMode'] == 'on') {

0 commit comments

Comments
 (0)