Browse Source

update: stripe wepay

tokumeikoi 3 năm trước cách đây
mục cha
commit
2769a6adf4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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']
         ];
     }