関数
OrderMeta::updateChargeState( Aivec\Welcart\SettlementModules\AmazonPay\Models\Charge\State $chargeState )
パラメータ パラメータ
- $chargeState
(State) (必須)
ファイル: src/Models/OrderMeta.php
206 207 208 209 210 211 | public function updateChargeState(Charge\State $chargeState ) { global $usces ; $this ->chargeState = $chargeState ; $usces ->set_order_meta_value(self::CHARGE_STATE, json_encode( $this ->chargeState), $this ->orderid); } |