mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-05 09:52:47 +08:00
Update Order.php
This commit is contained in:
parent
25b47108ac
commit
c7bc47a451
@ -48,7 +48,7 @@ class Order extends BasicWePay
|
||||
'native' => '/v3/pay/transactions/native',
|
||||
];
|
||||
if (empty($types[$type])) {
|
||||
throw new InvalidArgumentException("Payment {$type} not definded.");
|
||||
throw new InvalidArgumentException("Payment {$type} not defined.");
|
||||
} else {
|
||||
return $this->doRequest('POST', $types[$type], $json, true);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user