diff --git a/eopayment/sips2.py b/eopayment/sips2.py index 1a99571..f9ba869 100644 --- a/eopayment/sips2.py +++ b/eopayment/sips2.py @@ -75,7 +75,7 @@ class Payment(PaymentCommon): 'required': True, }, { - 'name': 'merchand_id', + 'name': 'merchant_id', 'caption': _('Merchant ID'), 'default': TEST_MERCHANT_ID, 'required': True, @@ -126,7 +126,7 @@ class Payment(PaymentCommon): def get_data(self): data = collections.OrderedDict() - data['merchantId'] = self.merchand_id + data['merchantId'] = self.merchant_id data['keyVersion'] = self.key_version data['normalReturnUrl'] = self.normal_return_url if self.automatic_return_url: