コード例 #1
0
ファイル: Quote.php プロジェクト: newedge-media/iwantmymeds
 private function initializePaymentMethodData()
 {
     $quotePayment = $this->quote->getPayment();
     $quotePayment->importData($this->proxyOrder->getPaymentData());
 }