We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4350e8d + 73686ec commit 44dda63Copy full SHA for 44dda63
README.md
@@ -59,9 +59,9 @@ use MFrouh\ArjBank\Facades\ArjBank;
59
use MFrouh\ArjBank\Facades\ArjBank;
60
61
$card_details = [
62
- "expYear" => (string) request('expiry_year'),
+ "expYear" => (string) '20'.request('expiry_year'),
63
"expMonth" => (string) request('expiry_month'),
64
- "card_holder" => (string) request('card_holder'),
+ "member" => (string) request('card_holder'),
65
"cvv2" => (string) request('cvv'),
66
"cardNo" => (string) request('card_number'),
67
"cardType" => "C",
0 commit comments