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

Merge into beta using the merge script #1770

Merged
merged 11 commits into from
Oct 4, 2024
Merged

Conversation

ramya-stripe
Copy link
Contributor

When we merged from master to beta yesterday, we should have used our merge script and then NOT used the squash option when merging the PR as this results in future merges by the automation to not know how to resolve certain merge conflicts.

This PR has the changes from running our merge script and resolving the resulting merge conflicts.

Additionally, there is a commit with changes resulting from running the codegen - not sure why this was not part of yesterday's changes

Note: DO NOT use the squash option when merging


require 'vendor/autoload.php'; // Make sure to include Composer's autoload file

class meter_event_stream
Copy link
Contributor

Choose a reason for hiding this comment

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

This file needs to be renamed to MeterEventStream.php and

Suggested change
class meter_event_stream
class MeterEventStream

$apiKey = '{{API_KEY}}';
$customerId = '{{CUSTOMER_ID}}';

$manager = new MeterEventManager($apiKey);
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
$manager = new MeterEventManager($apiKey);
$manager = new MeterEventStream($apiKey);

// require 'vendor/autoload.php'; // Make sure to include Composer's autoload file
require '../init.php';

class new_example
Copy link
Contributor

Choose a reason for hiding this comment

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

Similarly NewExample.php and

Suggested change
class new_example
class NewExample

Copy link
Contributor

@prathmesh-stripe prathmesh-stripe left a comment

Choose a reason for hiding this comment

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

Merge this and I'll create a new commit with the fix

@ramya-stripe ramya-stripe merged commit 4aaf4f6 into beta Oct 4, 2024
22 checks passed
@ramya-stripe ramya-stripe deleted the ramya/merge-php-beta branch October 4, 2024 19:17
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