@@ -141,16 +141,16 @@ use \Shipu\SslWPayment\Payment;
141141$payment = new Payment(config('sslwpayment'));
142142return $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
148148or
149149
150150return $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
286286Hey 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