예제 #1
0
 /**
  * Magento-exposed actions
  */
 public function setCard(ParadoxLabs_TokenBase_Model_Card $card)
 {
     $this->setParameter('email', $card->getCustomerEmail());
     $this->setParameter('merchantCustomerId', $card->getCustomerId());
     $this->setParameter('customerProfileId', $card->getProfileId());
     $this->setParameter('customerPaymentProfileId', $card->getPaymentId());
     $this->setParameter('customerIp', $card->getCustomerIp());
     return parent::setCard($card);
 }