Format code
This commit is contained in:
parent
71e4840c35
commit
4f231955fe
|
|
@ -19,11 +19,11 @@ from vbv_lernwelt.shop.const import (
|
|||
)
|
||||
from vbv_lernwelt.shop.models import CheckoutInformation, CheckoutState, Product
|
||||
from vbv_lernwelt.shop.services import (
|
||||
InitTransactionException,
|
||||
create_context_data_log,
|
||||
datatrans_state_to_checkout_state,
|
||||
get_payment_url,
|
||||
init_datatrans_transaction,
|
||||
InitTransactionException,
|
||||
is_signature_valid,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue