Skip to content

Commit 8639729

Browse files
authored
Missing Coma
Missing Coma
1 parent bcf0e5f commit 8639729

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,16 +141,16 @@ use \Shipu\SslWPayment\Payment;
141141
$payment = new Payment(config('sslwpayment'));
142142
return $payment->customer([
143143
'cus_name' => 'Shipu Ahamed', // Customer name
144-
'cus_phone' => '01616022669' // Customer Phone
145-
'cus_email' => 'shipuahamed01@gmail.com', // Customer email
144+
'cus_phone' => '01616022669', // Customer Phone
145+
'cus_email' => 'shipuahamed01@gmail.com' // Customer email
146146
])->transactionId()->amount(3500)->hiddenValue();
147147

148148
or
149149

150150
return $payment->customer([
151151
'cus_name' => 'Shipu Ahamed', // Customer name
152-
'cus_phone' => '01616022669' // Customer Phone
153-
'cus_email' => 'shipuahamed01@gmail.com', // Customer email
152+
'cus_phone' => '01616022669', // Customer Phone
153+
'cus_email' => 'shipuahamed01@gmail.com' // Customer email
154154
])->amount(3500)->hiddenValue();
155155
```
156156
#### Generate Transaction Id
@@ -285,4 +285,4 @@ Special Thanks to [Tawsif ul Karim](https://github.com/tawsifkarim).
285285
## Support on Beerpay
286286
Hey dude! Help me out for a couple of :beers:!
287287

288-
[![Beerpay](https://beerpay.io/Shipu/php-sslwireless-payment/badge.svg?style=beer-square)](https://beerpay.io/Shipu/php-sslwireless-payment) [![Beerpay](https://beerpay.io/Shipu/php-sslwireless-payment/make-wish.svg?style=flat-square)](https://beerpay.io/Shipu/php-sslwireless-payment?focus=wish)
288+
[![Beerpay](https://beerpay.io/Shipu/php-sslwireless-payment/badge.svg?style=beer-square)](https://beerpay.io/Shipu/php-sslwireless-payment) [![Beerpay](https://beerpay.io/Shipu/php-sslwireless-payment/make-wish.svg?style=flat-square)](https://beerpay.io/Shipu/php-sslwireless-payment?focus=wish)

0 commit comments

Comments
 (0)