Browse Source

update: stripe wepay

tokumeikoi 3 years ago
parent
commit
2769a6adf4
1 changed files with 1 additions and 1 deletions
  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']
         ];
     }