Skip to content

PRE-3182 feat: Create payment gateway#4

Merged
hdelaforce-payplug merged 1 commit intodevelopfrom
PRE-3182-create-payment-gateway
Feb 16, 2026
Merged

PRE-3182 feat: Create payment gateway#4
hdelaforce-payplug merged 1 commit intodevelopfrom
PRE-3182-create-payment-gateway

Conversation

@hdelaforce-payplug
Copy link
Collaborator

No description provided.

{
// todo : Set validator to check this point
// Vérification des clés attendues dans $context
foreach ($this->expected_context as $expectedKey) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is see that both kamel case and snake case are used here ( expextedKey and expected_context) i think it's better if we normalize casing

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agree

}
$payment_gateway = new $payment_gateway_path();
} catch (\Exception $e) {
return null;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comment as #3 silent exception is confusing

@hdelaforce-payplug hdelaforce-payplug force-pushed the PRE-3182-create-payment-gateway branch from f408ded to 3e9d1d9 Compare February 16, 2026 11:08
@hdelaforce-payplug hdelaforce-payplug force-pushed the PRE-3182-create-payment-gateway branch from 3e9d1d9 to 513747c Compare February 16, 2026 11:09
@hdelaforce-payplug hdelaforce-payplug merged commit 1101ba8 into develop Feb 16, 2026
1 check passed
@adumont-payplug adumont-payplug deleted the PRE-3182-create-payment-gateway branch March 19, 2026 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants