(文字列) (必須)
(文字列) (必須)
ファイル: src/Models/TransactionState.php
public function __construct($transactionId, $state) {
$this->transactionId = $transactionId;
$this->state = $state;
}
| 使用されるアイテム | 説明 |
|---|---|
| src/Admin/Views/OrderEditPage/OrderEditPage.php: OrderEditPage::getStatusFromPaymentsRes() | Parses /v3/payments response and returns the transaction status |
| src/Admin/Views/OrderEditPage/OrderEditPage.php: OrderEditPage::enqueueAssets() | Load React script for LINE Pay order status updates |
| src/Api/Capture.php: Capture::capture() | Capture payments for an order in 与信 state |
| src/Api/Confirm.php: Confirm::fulfillOrder() | Fulfill a reserved payment |
| src/Api/Refund.php: Refund::refund() | Refund a transaction |
| src/Api/Cancel.php: Cancel::cancel() | Cancel (void) an order in 与信 state |
| src/Models/OrderMeta.php: OrderMeta::__construct() | Constructs a LINE Pay order meta object from an existing Welcart transaction |