Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 5.3.0 #458

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Release 5.3.0 #458

wants to merge 5 commits into from

Conversation

iruzevic
Copy link
Member

Added

  • New Integration for Paycek payment.

@iruzevic iruzevic requested a review from a team November 13, 2024 20:25
@iruzevic iruzevic self-assigned this Nov 13, 2024
Copy link
Contributor

@piqusy piqusy left a comment

Choose a reason for hiding this comment

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

Nice work 👏🏼

Left a few suggestions

CHANGELOG.md Outdated Show resolved Hide resolved
src/Blocks/custom/paycek/manifest.json Outdated Show resolved Hide resolved
"$schema": "https://raw.githubusercontent.com/infinum/eightshift-frontend-libs/develop/schemas/block.json",
"blockName": "paycek",
"title": "Corvus form",
"description" : "Corvus issues application form",
Copy link
Contributor

Choose a reason for hiding this comment

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

Pls update

Copy link
Contributor

Choose a reason for hiding this comment

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

This one remains to be updated

src/Blocks/custom/paycek/paycek-overrides.js Outdated Show resolved Hide resolved
src/Integrations/Workable/WorkableClient.php Outdated Show resolved Hide resolved
src/Labels/Labels.php Outdated Show resolved Hide resolved
src/Integrations/Paycek/SettingsPaycek.php Outdated Show resolved Hide resolved
src/Integrations/Paycek/SettingsPaycek.php Outdated Show resolved Hide resolved
dadadavorin
dadadavorin previously approved these changes Nov 14, 2024
Copy link
Contributor

@dadadavorin dadadavorin left a comment

Choose a reason for hiding this comment

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

Looks good after solving typos @piqusy noticed.

$output['secretKey'] = UtilsSettingsHelper::getSettingsDisabledOutputWithDebugFilter(Variables::getApiKeyPaycek(), SettingsPaycek::SETTINGS_PAYCEK_API_KEY_KEY)['value'];
$output['profileCode'] = UtilsSettingsHelper::getSettingsDisabledOutputWithDebugFilter(Variables::getApiProfileKeyPaycek(), SettingsPaycek::SETTINGS_PAYCEK_API_PROFILE_KEY)['value'];
$output['language'] = UtilsSettingsHelper::getSettingValue(SettingsPaycek::SETTINGS_PAYCEK_LANG_KEY, $formId);
$output['paymentId'] = 'order_' . \time();
Copy link
Contributor

Choose a reason for hiding this comment

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

Could this be a problem if in theory 2 orders come in at the exact same time?

Copy link
Member Author

Choose a reason for hiding this comment

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

in theory yes

Co-authored-by: Ivan Ramljak <[email protected]>
Co-authored-by: Davorin Prislin <[email protected]>
"$schema": "https://raw.githubusercontent.com/infinum/eightshift-frontend-libs/develop/schemas/block.json",
"blockName": "paycek",
"title": "Corvus form",
"description" : "Corvus issues application form",
Copy link
Contributor

Choose a reason for hiding this comment

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

This one remains to be updated

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.

4 participants