Explorar o código

update: stripe wepay

tokumeikoi %!s(int64=3) %!d(string=hai) anos
pai
achega
2769a6adf4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Payments/StripeWepay.php

+ 1 - 1
app/Payments/StripeWepay.php

@@ -61,7 +61,7 @@ class StripeWepay {
             abort(500, __('user.order.stripeWepay.gateway_request_failed'));
         }
         return [
-            'type' => 1,
+            'type' => 0,
             'data' => $source['wechat']['qr_code_url']
         ];
     }