im getting this error when user choose credit card as payment option
Traceback (most recent call last):
File "/home/ubuntu/greed/worker.py", line 203, in run
self.__user_menu()
File "/home/ubuntu/greed/worker.py", line 480, in __user_menu
self.__add_credit_menu()
File "/home/ubuntu/greed/worker.py", line 773, in __add_credit_menu
self.__add_credit_cc()
File "/home/ubuntu/greed/worker.py", line 812, in __add_credit_cc
min_amount=self.Price(self.cfg["CreditCard"]["min_amount"])))
File "/home/ubuntu/greed/nuconfig.py", line 15, in __getitem__
return self.data.__getitem__(item)
KeyError: 'CreditCard'
Exception in <Worker 2036593097>: 'CreditCard'
ok quick edit, i got this issue due to putting payment_preset values below the min_amount in config file.
im getting this error when user choose credit card as payment option
ok quick edit, i got this issue due to putting payment_preset values below the min_amount in config file.