Adapt to typo of Internetmarke 1C4A API

Balance is written with one 'l', except in the API of Deutsche Post
This commit is contained in:
Harald Welte 2016-07-15 17:16:40 +02:00
parent db33beee81
commit f244af540f
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class DPDeliveryCarrier(models.Model):
'tracking_number': tracking_nr, 'tracking_number': tracking_nr,
'voucher_id' : voucher.voucherId, 'voucher_id' : voucher.voucherId,
'order_id' : r.shoppingCart.shopOrderId, 'order_id' : r.shoppingCart.shopOrderId,
'wallet_balance': r.walletBalance, 'wallet_balance': r.walletBallance,
'attachments': [(filename, voucher.png_bin)]} 'attachments': [(filename, voucher.png_bin)]}
return result return result