Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix: removed white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
zubair-ce07 committed Nov 13, 2023
1 parent 520d31a commit fb6c247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecommerce/extensions/api/v2/views/coupons.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def update_voucher_data(self, request_data, vouchers):
voucher.save()

data.pop('name')

vouchers.update(**data)

def create_update_data_dict(self, data, fields):
Expand Down

0 comments on commit fb6c247

Please sign in to comment.