Adapt to typo of Internetmarke 1C4A API

Balance is written with one 'l', except in the API of Deutsche Post
for/master
Harald Welte 7 years ago
parent db33beee81
commit f244af540f

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

Loading…
Cancel
Save